UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.6 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 IconMaterialAnchorW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AnchorW100', short_name: 'Anchor', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 20.85q-1.675 0-3.112-.487-1.438-.488-2.488-1.338-1.05-.85-1.65-2.013-.6-1.162-.6-2.512v-.65q0-.25.225-.362.225-.113.425.037l1.35 1.025q.15.125.15.3t-.125.3L5.15 16.175q.725 1.8 2.425 2.838 1.7 1.037 4.075 1.137V11.1H9q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h2.65V7.825q-.85-.175-1.425-.813Q9.65 6.375 9.65 5.5q0-.975.688-1.663.687-.687 1.662-.687.975 0 1.663.687.687.688.687 1.663 0 .875-.575 1.512-.575.638-1.425.813V10.4H15q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1h-2.65v9.05q2.375-.1 4.088-1.137 1.712-1.038 2.412-2.838l-1.025-1.025q-.125-.125-.125-.3t.15-.3l1.35-1.025q.2-.15.425-.037.225.112.225.362v.65q0 1.35-.6 2.512-.6 1.163-1.65 2.013-1.05.85-2.487 1.338-1.438.487-3.113.487Zm0-13.7q.675 0 1.163-.488.487-.487.487-1.162 0-.675-.487-1.163Q12.675 3.85 12 3.85t-1.162.487q-.488.488-.488 1.163t.488 1.162q.487.488 1.162.488Z" }) }))); }); IconMaterialAnchorW100.displayName = 'AmauiIconMaterialAnchorW100'; exports.default = IconMaterialAnchorW100;