@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.08 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 IconMaterialColorizeW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ColorizeW100Filled', short_name: 'Colorize', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M172-202v-63q0-12 5-23.5t13-19.5l331-331-77-76 20-20 98 97 143-144q3-3 7-4.5t8-1.5q5 0 8.5 1.5t7.5 4.5l46 47q3 3 4.5 6.5t1.5 8.5q0 4-1.5 8t-4.5 7L637-560l98 99-20 20-78-78-329 329q-8 8-19.5 13t-23.5 5h-63q-13 0-21.5-8.5T172-202Zm28 2h80l339-341-78-78-341 339v80Z" }) })));
});
IconMaterialColorizeW100Filled.displayName = 'OnesyIconMaterialColorizeW100Filled';
exports.default = IconMaterialColorizeW100Filled;
;