@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.17 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 Trash32 = (_a) => {
var { fill, size = '2rem' } = _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 32 32" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M12.347 3.836A1 1 0 0 1 13.333 3h5.334a1 1 0 0 1 .986.836L20.18 7h5.153a1 1 0 1 1 0 2h-.397l-1.272 19.067a1 1 0 0 1-.997.933H9.333a1 1 0 0 1-.997-.933L7.064 9h-.397a1 1 0 1 1 0-2h5.153l.527-3.164ZM19.35 9H9.069l.167 2.5h13.528l.167-2.5H19.35Zm-1.53-4 .333 2h-4.306l.334-2h3.639Zm-8.518 7.5L10.27 27h11.46l.967-14.5H9.302Zm7.198 2.167a.5.5 0 1 0-1 0V24a.5.5 0 1 0 1 0v-9.333Zm-4.536-.5a.5.5 0 0 1 .535.464l.666 9.333a.5.5 0 1 1-.997.072l-.667-9.334a.5.5 0 0 1 .463-.534Zm8.535.535a.5.5 0 0 0-.998-.071l-.666 9.333a.5.5 0 1 0 .997.072l.667-9.334Z" })));
};
exports.default = Trash32;