@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.22 kB
JavaScript
;
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 Trash64 = (_a) => {
var { fill, size = '4rem' } = _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 64 64" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M25.187 7.753a1.5 1.5 0 0 1 1.48-1.253h10.666a1.5 1.5 0 0 1 1.48 1.253l1.124 6.747h10.73a1.5 1.5 0 0 1 0 3h-1.264L46.83 56.1a1.5 1.5 0 0 1-1.497 1.4H18.667a1.5 1.5 0 0 1-1.497-1.4l-2.573-38.6h-1.264a1.5 1.5 0 0 1 0-3h10.73l1.124-6.747ZM38.691 17.5H17.603l.367 5.5h28.06l.367-5.5H38.69Zm-2.628-8 .833 5h-9.792l.833-5h8.126ZM18.103 25l1.967 29.5h23.86L45.897 25H18.103ZM33 29.333a1 1 0 1 0-2 0V48a1 1 0 1 0 2 0V29.333Zm-9.071-.997a1 1 0 0 1 1.069.926L26.33 47.93a1 1 0 1 1-1.995.142l-1.333-18.666a1 1 0 0 1 .926-1.07Zm17.069 1.069a1 1 0 0 0-1.995-.143L37.669 47.93a1 1 0 0 0 1.995.142l1.334-18.666Z" })));
};
exports.default = Trash64;