@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.11 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconTrash24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" },
h("path", { "clip-rule": "evenodd", d: "M10 6c0-.55229.4477-1 1-1h2c.5523 0 1 .44771 1 1zM9 6c0-1.10457.89543-2 2-2h2c1.1046 0 2 .89543 2 2h2.5c.8284 0 1.5.67157 1.5 1.5 0 .66678-.435 1.23193-1.0368 1.42711l-.8412 9.25399C17.0283 19.2112 16.1646 20 15.1302 20H8.86983c-1.03441 0-1.89815-.7888-1.99179-1.8189l-.84127-9.25399C5.43504 8.73193 5 8.16678 5 7.5 5 6.67157 5.67157 6 6.5 6zm8.4942 2h.0085c.2749-.00145.4973-.22476.4973-.5 0-.27614-.2239-.5-.5-.5h-11c-.27614 0-.5.22386-.5.5 0 .27524.22241.49855.49731.5H17.4942m-.5417 1H7.04752l.82641 9.0905c.04683.5151.47869.9095.9959.9095h6.26037c.5172 0 .949-.3944.9959-.9095zM11 11.5c0-.2761-.2239-.5-.5-.5s-.5.2239-.5.5v5c0 .2761.2239.5.5.5s.5-.2239.5-.5zm3 0c0-.2761-.2239-.5-.5-.5s-.5.2239-.5.5v5c0 .2761.2239.5.5.5s.5-.2239.5-.5z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-trash-24.js.map