@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.71 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 IconMaterialFormatLineSpacingW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FormatLineSpacingW100Filled', short_name: 'FormatLineSpacing', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m242-694-80 80q-4 4-9.5 4.5t-10.72-4.72Q137-619 137-624q0-5 5-10l92.65-92.65Q240-732 245.13-734q5.14-2 11-2 5.87 0 10.87 2 5 2 10.35 7.35L370-634q4 4 4.5 9.5t-4.72 10.72Q365-609 360-609q-5 0-10-5l-80-80v428l80-80q4-4 9.5-4.5t10.72 4.72Q375-341 375-336q0 5-5 10l-92.65 92.65Q272-228 266.87-226q-5.14 2-11 2-5.87 0-10.87-2-5-2-10.35-7.35L142-326q-4-4-4.5-9.5t4.72-10.72Q147-351 152-351q5 0 10 5l80 80v-428Zm271 442q-5 0-9-4.04-4-4.03-4-10 0-5.96 4.02-9.96 4.03-4 9.98-4h295q8.08 0 13.54 5.45 5.46 5.44 5.46 13.5 0 8.05-6.5 14.05t-14.5 6l-294-11Zm1-214q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h300q5.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 4H514Zm0-214q-5.95 0-9.98-4.31Q500-688.63 500-695q0-5.53 3.74-9.26Q507.48-708 513-708l295-11q8.5 0 14.25 5.45 5.75 5.44 5.75 13.5 0 8.05-5.75 14.05T808-680H514Z" }) })));
});
IconMaterialFormatLineSpacingW100Filled.displayName = 'OnesyIconMaterialFormatLineSpacingW100Filled';
exports.default = IconMaterialFormatLineSpacingW100Filled;
;