@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.37 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 DIY24 = (_a) => {
var { fill, size = '1.5rem' } = _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 24 24" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M12.707 2.293a1 1 0 0 0-1.414 0l-3 3a1 1 0 0 0 0 1.414l9 9A1 1 0 0 0 18 16h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-.293-.707l-9-9ZM18.414 14l-6.103-6.104 1.585-1.585L20 12.414V14h-1.586ZM13.19 5.604l-1.585 1.585L10.414 6 12 4.414l1.19 1.19ZM2.617 4.076a1 1 0 0 1 1.09.217l16 16A1 1 0 0 1 19 22H3a1 1 0 0 1-1-1V5a1 1 0 0 1 .617-.924ZM4 7.414V20h12.586l-1.94-1.94-.292.294a.5.5 0 0 1-.708-.708l.293-.292-1.293-1.293-.792.793a.5.5 0 0 1-.708-.708l.793-.792-1.293-1.293-.292.293a.5.5 0 0 1-.708-.708l.293-.292-1.293-1.293-.792.793a.5.5 0 0 1-.708-.708l.793-.792-1.293-1.293-.292.293a.5.5 0 0 1-.708-.708l.293-.292L4 7.414Zm2.809 6.624a.5.5 0 0 1 .545.108l2.5 2.5a.5.5 0 0 1-.354.854H7a.5.5 0 0 1-.5-.5v-2.5a.5.5 0 0 1 .309-.462Zm.691 1.67v.792h.793l-.793-.793Z" })));
};
exports.default = DIY24;