UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.3 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 IconMaterialSearchCheck2W100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SearchCheck2W100', short_name: 'SearchCheck2', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M409.88-301Q514-301 586.5-373.88t72.5-177Q659-655 586.32-728q-72.67-73-176.5-73Q306-801 233-728.12t-73 177Q160-447 232.88-374t177 73ZM370-491l-70-70q-4-4-9.5-4.5T280-561q-5 5-5 10t5 10l69 69q8.8 9 20.9 9 12.1 0 21.1-9l148-149q4-4 4.5-9.5T539-641q-5-5-10-5t-10 5L370-491Zm40 218q-115 0-196.5-81.5T132-551q0-115 81.5-196.5T410-829q115 0 196 81.5T687-551q0 53.83-19 101.42Q649-402 616-365l203 203q4 3.73 4 8.87 0 5.13-4.21 10.13-4.21 5-10 5T798-143L596-345q-37 34-84.58 53-47.59 19-101.42 19Zm0-278Z" }) }))); }); IconMaterialSearchCheck2W100.displayName = 'OnesyIconMaterialSearchCheck2W100'; exports.default = IconMaterialSearchCheck2W100;