UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.08 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("@amaui/ui-react"); const IconMaterialArrowSelectorToolFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArrowSelectorToolFilled', short_name: 'ArrowSelectorTool', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M15.15 21.375q-.575.275-1.15.063-.575-.213-.85-.788l-3-6.45-2.325 3.25q-.425.6-1.125.375-.7-.225-.7-.95V4.05q0-.625.562-.9.563-.275 1.063.125l10.1 7.95q.575.425.337 1.1-.237.675-.962.675h-4.2l2.975 6.375q.275.575.063 1.15-.213.575-.788.85Z" }) }))); }); IconMaterialArrowSelectorToolFilled.displayName = 'AmauiIconMaterialArrowSelectorToolFilled'; exports.default = IconMaterialArrowSelectorToolFilled;