@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.08 kB
JavaScript
;
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 IconMaterialArrowSelectorToolW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArrowSelectorToolW100Filled', short_name: 'ArrowSelectorTool', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M14.15 19.25q-.325.15-.65.025t-.475-.45l-2.9-6.225L8.3 15.125q-.325.45-.837.287-.513-.162-.513-.712V5.5q0-.475.425-.675.425-.2.8.075l7.375 5.8q.425.35.238.85-.188.5-.713.5h-3.35l2.85 6.075q.15.325.025.65t-.45.475Z" }) })));
});
IconMaterialArrowSelectorToolW100Filled.displayName = 'AmauiIconMaterialArrowSelectorToolW100Filled';
exports.default = IconMaterialArrowSelectorToolW100Filled;