@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 896 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Pin = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "m31.82 5.55 10.63 10.63a4.75 4.75 0 0 1-1.23 7.61l-10.55 5.27c-.3.15-.51.4-.62.71l-2.69 7.77a2.75 2.75 0 0 1-4.54 1.05L17 32.77 7.77 42H6v-1.77L15.23 31l-5.82-5.82a2.75 2.75 0 0 1 1.05-4.54l7.77-2.69c.3-.1.56-.33.7-.62l5.28-10.55a4.75 4.75 0 0 1 7.6-1.23z"
}));
});
Pin.displayName = 'Pin';
export var PinDimensions = {
height: 48,
width: 48
};