UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.07 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 IconMaterialLinearScaleW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'LinearScaleW100', short_name: 'LinearScale', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M688-316q-65 0-110-41t-54-109H266q-5 27-25.5 46.5T188-400q-33 0-56.5-23.5T108-480q0-33 23.5-56.5T188-560q32 0 52.5 19.5T266-494h258q9-68 54-109t110-41q68 0 116 49t48 117q0 66-48 114t-116 48Zm0-28q56 0 96-40t40-96q0-56-40-96t-96-40q-56 0-96 40t-40 96q0 56 40 96t96 40Z" }) }))); }); IconMaterialLinearScaleW100.displayName = 'OnesyIconMaterialLinearScaleW100'; exports.default = IconMaterialLinearScaleW100;