@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.04 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TreeEvergreen = /*#__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: "M10.62 2.21a1 1 0 0 0-1.24 0l-3.3 2.61a1.5 1.5 0 0 0-.06 2.32l-1.47 1.2a1.5 1.5 0 0 0 .51 2.6l-1.58 1.48A1.49 1.49 0 0 0 4.49 15H8v1.75c0 .69.56 1.25 1.25 1.25h1.5c.69 0 1.25-.56 1.25-1.25V15h3.5c1.36 0 2-1.65 1.02-2.58l-1.58-1.48a1.5 1.5 0 0 0 .5-2.6L14 7.14a1.5 1.5 0 0 0-.06-2.32l-3.31-2.6ZM9 15h2v1.75c0 .14-.11.25-.25.25h-1.5a.25.25 0 0 1-.25-.25V15Z"
}));
});
TreeEvergreen.displayName = 'TreeEvergreen';
export var TreeEvergreenDimensions = {
height: 20,
width: 20
};