@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.28 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 IconMaterialFormatPaintW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FormatPaintW100Filled', short_name: 'FormatPaint', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M438-132q-11.55 0-19.77-8.23Q410-148.45 410-160v-223H273q-26 0-43.5-17T212-442v-259q0-35.89 26.14-61.44Q264.29-788 301-788h417q12.75 0 21.38 8.62Q748-770.75 748-758v316q0 25-18.21 42T686-383H549v223q0 11.55-8.22 19.77Q532.55-132 521-132h-83ZM240-536h480v-224h-73v131q0 5.95-4.04 9.97-4.03 4.03-10 4.03-5.96 0-9.96-4.03-4-4.02-4-9.97v-131h-84v64q0 5.95-4.04 9.97-4.03 4.03-10 4.03-5.96 0-9.96-4.03-4-4.02-4-9.97v-64H301q-26 0-43.5 16.5T240-701v165Z" }) })));
});
IconMaterialFormatPaintW100Filled.displayName = 'OnesyIconMaterialFormatPaintW100Filled';
exports.default = IconMaterialFormatPaintW100Filled;
;