Update TrashIcon.tsx
This commit is contained in:
parent
0aaa722f5a
commit
0508857535
1 changed files with 8 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue