Update TrashIcon.tsx

This commit is contained in:
Steve Ruiz 2021-11-05 23:58:12 +00:00
parent 0aaa722f5a
commit 0508857535

View file

@ -2,7 +2,14 @@ import * as React from 'react'
export function TrashIcon(props: React.SVGProps<SVGSVGElement>): JSX.Element {
return (
<svg viewBox="0 0 15 15" fill="currentColor" xmlns="http://www.w3.org/2000/svg" {...props}>
<svg
width={18}
height={18}
viewBox="0 0 15 15"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
{...props}
>
<path
fillRule="evenodd"
clipRule="evenodd"