@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var NotePin = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "m6.61 1.46 1.93 1.93a1.5 1.5 0 0 1-.4 2.4l-1.65.8a1 1 0 0 0-.51.58l-.38 1.1a1 1 0 0 1-1.65.38L3 7.71 1.7 9H1v-.7L2.3 7l-.96-.95a1 1 0 0 1 .39-1.65l1.1-.38a1 1 0 0 0 .57-.5l.8-1.66a1.5 1.5 0 0 1 2.41-.4zM2 11.5V9.93l.95-.96.44.43c.94.95 2.56.58 3-.69l.44-1.28 1.9-.92a2.27 2.27 0 0 0 .6-3.65L8.47 2h3.03A2.5 2.5 0 0 1 14 4.5V8h-3.5A2.5 2.5 0 0 0 8 10.5V14H4.5A2.5 2.5 0 0 1 2 11.5zm7 2.36c.35-.12.67-.32.94-.6l3.33-3.32c.27-.27.47-.59.59-.94H10.5C9.67 9 9 9.67 9 10.5v3.36z"
}));
});
NotePin.displayName = 'NotePin';
export var NotePinDimensions = {
height: 16,
width: 16
};