UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.59 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 IconMaterialListW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ListW100', short_name: 'List', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M328-594q-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-4h446q5.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 4H328Zm0 128q-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-4h446q5.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 4H328Zm0 128q-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-4h446q5.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 4H328ZM192-588q-8.5 0-14.25-6.04T172-609q0-8.08 5.75-13.54Q183.5-628 192-628t14.25 5.46Q212-617.08 212-609q0 8.92-5.75 14.96Q200.5-588 192-588Zm0 127q-8.5 0-14.25-5.46T172-480q0-10 5.75-15.5T192-501q8.5 0 14.25 5.5T212-480q0 8.08-5.75 13.54Q200.5-461 192-461Zm0 129q-8.5 0-14.25-6.04T172-353q0-8.08 5.75-13.54Q183.5-372 192-372t14.25 5.46Q212-361.08 212-353q0 8.92-5.75 14.96Q200.5-332 192-332Z" }) }))); }); IconMaterialListW100.displayName = 'OnesyIconMaterialListW100'; exports.default = IconMaterialListW100;