UNPKG

@comfortdelgro/compass-icons

Version:
29 lines (27 loc) 1.46 kB
import * as React from "react"; import { forwardRef } from "react"; const TrashDuotone = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 32 32", ref: ref, ...props }, /*#__PURE__*/ React.createElement("g", { fill: "currentColor" }, /*#__PURE__*/ React.createElement("g", { clipPath: "url(#clip0_734_79212)" }, /*#__PURE__*/ React.createElement("path", { d: "M18.15 6.66669C18.5821 6.66669 18.9786 6.91635 19.1714 7.31163L19.4286 7.83335H22.8571C23.4893 7.83335 24 8.3558 24 9.00002C24 9.64424 23.4893 10.1667 22.8571 10.1667H9.14286C8.51179 10.1667 8 9.64424 8 9.00002C8 8.3558 8.51179 7.83335 9.14286 7.83335H12.5714L12.8286 7.31163C13.0214 6.91635 13.4179 6.66669 13.85 6.66669H18.15Z" }), /*#__PURE__*/ React.createElement("path", { opacity: 0.4, d: "M9.14282 10.1667H22.8571L22.0928 23.6854C22.0393 24.6115 21.2893 25.3334 20.3821 25.3334H11.6178C10.7096 25.3334 9.95925 24.6115 9.90675 23.6854L9.14282 10.1667Z" })), /*#__PURE__*/ React.createElement("defs", null, /*#__PURE__*/ React.createElement("clipPath", { id: "clip0_734_79212" }, /*#__PURE__*/ React.createElement("rect", { width: 16, height: 18.6667, fill: "white", transform: "translate(8 6.66669)" }))))); const ForwardRef = /*#__PURE__*/ forwardRef(TrashDuotone); export default ForwardRef;