UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.72 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 IconMaterialPageControlW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PageControlW100', short_name: 'PageControl', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M159.91-410q-28.91 0-49.41-20.59Q90-451.18 90-480.09t20.59-49.41q20.59-20.5 49.5-20.5t49.41 20.59q20.5 20.59 20.5 49.5t-20.59 49.41q-20.59 20.5-49.5 20.5Zm.09-28q17 0 29.5-12.5T202-480q0-17-12.5-29.5T160-522q-17 0-29.5 12.5T118-480q0 17 12.5 29.5T160-438Zm211.91 28q-28.91 0-49.41-20.59-20.5-20.59-20.5-49.5t20.59-49.41q20.59-20.5 49.5-20.5t49.41 20.59q20.5 20.59 20.5 49.5t-20.59 49.41q-20.59 20.5-49.5 20.5Zm.09-28q17 0 29.5-12.5T414-480q0-17-12.5-29.5T372-522q-17 0-29.5 12.5T330-480q0 17 12.5 29.5T372-438Zm213.91 28q-28.91 0-49.41-20.59-20.5-20.59-20.5-49.5t20.59-49.41q20.59-20.5 49.5-20.5t49.41 20.59q20.5 20.59 20.5 49.5t-20.59 49.41q-20.59 20.5-49.5 20.5Zm.09-28q17 0 29.5-12.5T628-480q0-17-12.5-29.5T586-522q-17 0-29.5 12.5T544-480q0 17 12.5 29.5T586-438Zm213.91 28q-28.91 0-49.41-20.59-20.5-20.59-20.5-49.5t20.59-49.41q20.59-20.5 49.5-20.5t49.41 20.59q20.5 20.59 20.5 49.5t-20.59 49.41q-20.59 20.5-49.5 20.5Z" }) }))); }); IconMaterialPageControlW100.displayName = 'OnesyIconMaterialPageControlW100'; exports.default = IconMaterialPageControlW100;