@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.11 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 IconMaterialFormatColorTextW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FormatColorTextW100', short_name: 'FormatColorText', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M162 0q-13 0-21.5-8.5T132-30v-72q0-13 8.5-21.5T162-132h636q13 0 21.5 8.5T828-102v72q0 13-8.5 21.5T798 0H162Zm117-280q-8 0-12-6t-1-13l202-483q1-2 3-4t5-2h8q3 0 5 2t3 4l201 480q3 8-1.5 15t-12.5 7q-5 0-9-2.5t-6-7.5l-56-136H348l-56 137q-2 4-5 6.5t-8 2.5Zm79-172h240L482-736h-6L358-452Z" }) })));
});
IconMaterialFormatColorTextW100.displayName = 'OnesyIconMaterialFormatColorTextW100';
exports.default = IconMaterialFormatColorTextW100;
;