UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.21 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 IconMaterialFindInPageW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FindInPageW100Filled', short_name: 'FindInPage', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M272-132q-26 0-43-17t-17-43v-576q0-26 17-43t43-17h276q14 0 26 5.5t20 16.5l140 167q7 8 10.5 18t3.5 21v355q0 15-13.5 21t-24.5-5L566-374q11-15 16.5-30.5T588-440q0-45-31.5-76.5T480-548q-45 0-76.5 31.5T372-440q0 45 31.5 76.5T480-332q18 0 33.5-5t32.5-17l171 171q14 14 6.5 32.5T696-132H272Zm208-228q-33 0-56.5-23.5T400-440q0-33 23.5-56.5T480-520q33 0 56.5 23.5T560-440q0 33-23.5 56.5T480-360Z" }) }))); }); IconMaterialFindInPageW100Filled.displayName = 'OnesyIconMaterialFindInPageW100Filled'; exports.default = IconMaterialFindInPageW100Filled;