UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.04 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 IconMaterialStraightW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'StraightW100Filled', short_name: 'Straight', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m466-736-82 82q-3.5 4-8.75 4t-9.42-4q-3.83-3.67-3.83-9.33 0-5.67 4-9.67l93-94q9-9 21-9t21 9l94 94q4 4 4 9t-4 9.17q-3.67 3.83-9.33 3.83-5.67 0-9.67-4l-82-81v550q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-550Z" }) }))); }); IconMaterialStraightW100Filled.displayName = 'OnesyIconMaterialStraightW100Filled'; exports.default = IconMaterialStraightW100Filled;