@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.44 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const Trash48 = (_a) => {
var { fill, size = '3rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48" }),
index.default.createElement("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M18.52 5.753A1.5 1.5 0 0 1 20 4.5h8a1.5 1.5 0 0 1 1.48 1.253l.79 4.747H38a1.5 1.5 0 0 1 0 3h-.597l-1.906 28.6A1.5 1.5 0 0 1 34 43.5H14a1.5 1.5 0 0 1-1.497-1.4l-1.906-28.6H10a1.5 1.5 0 0 1 0-3h7.729l.791-4.747ZM29.025 13.5H13.603l.234 3.5h20.326l.234-3.5h-5.372Zm-2.296-6 .5 3h-6.458l.5-3h5.458ZM13.97 19l1.433 21.5h17.194L34.03 19H13.97ZM25 22a1 1 0 1 0-2 0v14a1 1 0 1 0 2 0V22Zm-7.071-.997a1 1 0 0 1 1.069.926l1 14a1 1 0 0 1-1.995.142l-1-14a1 1 0 0 1 .926-1.069Zm13.069 1.068a1 1 0 0 0-1.995-.142l-1 14a1 1 0 0 0 1.994.142l1-14Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "48", height: "48", fill: "#fff" })))));
};
exports.default = Trash48;