@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.7 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 IconMaterialTextureMinusW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'TextureMinusW100Filled', short_name: 'TextureMinus', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M175.73-175.91q-4-3.86-4.37-9.48Q171-191 176-196l588-588q5-5 10.63-4.31 5.63.69 9.5 4.5t4.37 9.31q.5 5.5-4.5 10.5L196-176q-5 5-10.64 4.47-5.63-.52-9.63-4.38ZM574-272q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h240q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H574ZM175.73-456.91q-4-3.86-4.37-9.48Q171-472 176-477l307-307q5-5 10.54-4.46 5.53.53 9.46 4.46 3.93 3.93 4.46 9.46Q508-769 503-764L196-457q-5 5-10.64 4.47-5.63-.52-9.63-4.38ZM705-404q-5 5-10.54 4.46-5.53-.53-9.46-4.46-3.93-3.93-4.46-9.46Q680-419 685-424l79-79q5-5 10.45-4.3 5.46.7 9.46 4.56 4 3.86 4.54 9.3Q789-488 784-483l-79 79ZM198-740q-7 7-16.5 3.46T172-750v-8q0-12.75 8.63-21.38Q189.25-788 202-788h8q9.92 0 13.46 9.5Q227-769 220-762l-22 22Zm267.96 568q-5.96 0-9.96-4.04-4-4.03-4-10 0-5.96 3.93-9.96 3.93-4 10-4t10.07 3.93q4 3.93 4 10T475.96-176q-4.03 4-10 4Z" }) })));
});
IconMaterialTextureMinusW100Filled.displayName = 'OnesyIconMaterialTextureMinusW100Filled';
exports.default = IconMaterialTextureMinusW100Filled;
;