@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.39 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialDrawCollageW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DrawCollageW100', short_name: 'DrawCollage', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M576-160h56v-83l102-24q19-5 42.5-8.5t23.5-21.32q0-10.18-9-17.18t-26-12q-35-11-56.5-34.5T689-408.34Q691-428 709.5-446q18.5-18 47.5-28 26-8 41-22.5t15-30.12Q813-545 795-556t-35.69-4q-5.31 2-11.67 3-6.35 1-12.22 1-25.42 0-43.92-20.5T673-623q0-26 13.5-49t13.5-43q0-20-15-32.5T651-760q-23 0-38 18.5T598-694q0 11 1.5 27.5T601-637q0 39-19.5 64.5T535-547q-11 0-23-3t-20-3q-8 0-12 2.87-4 2.88-4 8.63 0 11.5 13 21t27 20.5q20 17 32.5 39.5t12.5 42.62q0 25.88-21 45.38-21 19.5-47 19.5-9 0-20.5-2t-22.5-3q-24-2-40 5t-16 21q0 13 14 22.5t37 13.5l131 21v115Zm-432-18q-5-2-7-8t0-11l167-367q2-5 8-7t11 0q5 2 7 8t0 11L163-185q-2 5-8 7t-11 0Zm434 46q-12.75 0-21.37-8.63Q548-149.25 548-162v-89l-107-17q-36-6-55.5-22.5T366-333q0-26 18.5-39.5T435-386q17 0 31 2.5t25 2.5q19 0 30.5-10.5T533-419q0-14-10-30t-30-33q-14-13-29.5-27T448-543q0-16.6 11.85-27.3Q471.71-581 491-581q11 0 22.5 3t22.5 3q19 0 28-14.5t9-45.5q0-16-1.5-32t-1.5-29.91q0-43.81 21.5-67.45T649-788q33.77 0 56.39 19.5Q728-749 728-718q0 28-13.5 51T701-623q0 16 10 27.5t25 11.5q9 0 18-3.5t22-3.5q26 0 45.5 19.13Q841-552.73 841-525q0 26-18 45t-53 31q-26 9-39 20.5T717-403q-1 15 15 28.5t45 22.5q27 8 39 20t12 31q0 35-31.5 45T740-240l-80 19v59q0 12.75-8.62 21.37Q642.75-132 630-132h-52ZM176-560q-3.83 4-9.41 3-5.59-1-8.59-6-12-21-19-44.39T132-655q0-72.3 49.64-122.65Q231.28-828 303.18-828q24.82 0 49.02 6.95 24.2 6.96 45.8 20.05 5.25 2.79 5.63 7.89.37 5.11-3.97 9.43-4.35 4.32-10.5 4.5Q383-779 378-782q-17.05-9-35.53-13.5Q324-800 305-800q-60.42 0-102.71 42.29Q160-715.42 160-655q0 19.25 4.5 37.12Q169-600 178-583q3 5.76 3 11.88 0 6.12-5 11.12Zm428 152Z" }) })));
});
IconMaterialDrawCollageW100.displayName = 'OnesyIconMaterialDrawCollageW100';
exports.default = IconMaterialDrawCollageW100;
;