UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.36 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialAnchorW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AnchorW100", short_name: "Anchor", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("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'; export default IconMaterialAnchorW100;