@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.4 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialAnchorW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "AnchorW100Filled",
short_name: "Anchor",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M11.5 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.3L4.65 16.175q.725 1.8 2.425 2.838 1.7 1.037 4.075 1.137V11.1H8.5q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h2.65V7.825q-.85-.175-1.425-.813Q9.15 6.375 9.15 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.4h2.65q.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.163-.488-.487-1.163-.487t-1.162.487Q9.85 4.825 9.85 5.5t.488 1.162q.487.488 1.162.488Z"
}));
});
IconMaterialAnchorW100Filled.displayName = 'AmauiIconMaterialAnchorW100Filled';
export default IconMaterialAnchorW100Filled;