@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.25 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var LayerDiagonalPerson = /*#__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: "M11.5 3.4a1.5 1.5 0 0 0-2.05-1.3L3.58 4.44A2.5 2.5 0 0 0 2 6.75v5.75a1.5 1.5 0 0 0 2 1.41v-6c0-.93.56-1.76 1.42-2.1l6.08-2.4Zm3 2.1a1.5 1.5 0 0 0-2.05-1.4L6.26 6.57A2 2 0 0 0 5 8.42v6.08a1.5 1.5 0 0 0 2.05 1.4l.95-.38V9.54a2 2 0 0 1 1.26-1.86L14.5 5.6v-.1Zm1.45.6A1.5 1.5 0 0 1 18 7.5v2.84a3 3 0 1 0-4.73 3.67A2.5 2.5 0 0 0 11 16.5c0 .44.09.89.27 1.3l-.22.1A1.5 1.5 0 0 1 9 16.5V9.88c0-.62.38-1.17.95-1.4l6-2.37ZM17.5 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm1.5 4.5c0 1.25-1 2.5-3.5 2.5S12 17.75 12 16.5c0-.83.67-1.5 1.5-1.5h4c.83 0 1.5.67 1.5 1.5Z"
}));
});
LayerDiagonalPerson.displayName = 'LayerDiagonalPerson';
export var LayerDiagonalPersonDimensions = {
height: 20,
width: 20
};