UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

16 lines (15 loc) 1.12 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Leaf = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { d: "M20 11c0-4.9-3.499-9.1-8.32-9.983L11.5.983l-.18.033a10.15 10.15 0 00-.82 19.779V22a1 1 0 102 0v-1.205A10.147 10.147 0 0020 11zm-7.5 7.7v-2.993l4.354-4.354a.5.5 0 00-.707-.707L12.5 14.293v-3.586l2.354-2.354a.5.5 0 00-.707-.707L12.5 9.293V6a1 1 0 10-2 0v3.293L8.854 7.646a.5.5 0 00-.707.707l2.354 2.354v3.586l-3.646-3.646a.5.5 0 00-.707.707l4.354 4.354V18.7A8.144 8.144 0 0111.5 3.019a8.145 8.145 0 011 15.681z", key: "k0" }))); }); exports.Leaf.displayName = 'Leaf'; exports.LeafDimensions = { height: 24, width: 24 };