UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.44 kB
"use strict"; 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 IconMaterialRuleW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'RuleW100', short_name: 'Rule', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m665-316-95 95q-4 4-9 3.5t-9-4.5q-4-4-4-9.67 0-5.66 4-9.33l94-94-95-95q-4-4-3.5-9.5t4.5-9.5q4-4 9.67-4 5.66 0 9.33 4l94 95 95-95q3.67-4 9.33-4 5.67 0 9.67 4t4 9.67q0 5.66-4 9.33l-95 95 95 95q4 4 4 9t-4 9q-4 4-9.67 4-5.66 0-9.33-4l-95-94Zm-25-260 160-160q4-4 10-4.5t10 4.5q4 4.36 4 10.18 0 5.82-4 9.82L662-558q-9 9-21 9t-21-9l-75-75q-4-4-3.5-9.5t4.5-9.5q4-4 9.67-4 5.66 0 9.33 4l75 76ZM146-354h280q5.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 4H146q-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-4Zm0-280h280q5.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 4H146q-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-4Z" }) }))); }); IconMaterialRuleW100.displayName = 'OnesyIconMaterialRuleW100'; exports.default = IconMaterialRuleW100;