@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.28 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var NavigationLocationTarget = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M2.75 5a.75.75 0 0 0 0 1.5h14.5a.75.75 0 0 0 0-1.5H2.75ZM2 10.75c0-.41.34-.75.75-.75h11.34a1.5 1.5 0 0 0-.07.27 4.47 4.47 0 0 0-1.85 1.23H2.75a.75.75 0 0 1-.75-.75ZM2.75 15h7.34a1.5 1.5 0 0 0 1.18.98c.06.18.13.35.22.52H2.75a.75.75 0 0 1 0-1.5Zm13.3.33a1 1 0 1 1-1.1-1.66 1 1 0 0 1 1.1 1.66Zm2.9-1.33h.55a.5.5 0 0 1 0 1h-.55A3.49 3.49 0 0 1 16 17.95v.55a.5.5 0 0 1-1 0v-.55A3.49 3.49 0 0 1 12.05 15h-.55a.5.5 0 0 1 0-1h.55A3.49 3.49 0 0 1 15 11.05v-.55a.5.5 0 0 1 1 0v.55A3.49 3.49 0 0 1 18.95 14Zm-3.2 2.99a2.5 2.5 0 1 0-.5-4.98 2.5 2.5 0 0 0 .5 4.98Z"
}));
});
NavigationLocationTarget.displayName = 'NavigationLocationTarget';
export var NavigationLocationTargetDimensions = {
height: 20,
width: 20
};