UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.67 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 IconMaterialPageInfoW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PageInfoW100', short_name: 'PageInfo', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M700-212q-45.36 0-76.68-31.32Q592-274.64 592-320q0-45.36 31.32-76.68Q654.64-428 700-428q45.36 0 76.68 31.32Q808-365.36 808-320q0 45.36-31.32 76.68Q745.36-212 700-212Zm-.1-28q33.1 0 56.6-23.4t23.5-56.5q0-33.1-23.4-56.6T700.1-400q-33.1 0-56.6 23.4T620-320.1q0 33.1 23.4 56.6t56.5 23.5ZM478-306H226q-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-4h252q5.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 4ZM260-532q-45.36 0-76.68-31.32Q152-594.64 152-640q0-45.36 31.32-76.68Q214.64-748 260-748q45.36 0 76.68 31.32Q368-685.36 368-640q0 45.36-31.32 76.68Q305.36-532 260-532Zm-.1-28q33.1 0 56.6-23.4t23.5-56.5q0-33.1-23.4-56.6T260.1-720q-33.1 0-56.6 23.4T180-640.1q0 33.1 23.4 56.6t56.5 23.5ZM734-626H482q-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-4h252q5.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 4Zm-34 306ZM260-640Z" }) }))); }); IconMaterialPageInfoW100.displayName = 'OnesyIconMaterialPageInfoW100'; exports.default = IconMaterialPageInfoW100;