UNPKG

styled-icons

Version:

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

16 lines (15 loc) 2.34 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.Oot = 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 32 32" }, props, { ref: ref }), React.createElement("path", { d: "M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm.346-7.007c.216-.021.624-.04 1.026-.104 2.118-.34 3.918-1.294 5.335-2.902 1.917-2.176 2.638-4.722 2.14-7.58-.394-2.258-1.521-4.107-3.334-5.511-2.03-1.573-4.342-2.16-6.88-1.788a8.583 8.583 0 00-4.862 2.404c-2.095 2.052-3.004 4.555-2.71 7.477a8.573 8.573 0 001.277 3.718.22.22 0 01.027.2 4.963 4.963 0 01-1.01 1.793c-.71.805-.3 2.047.747 2.26.386.079.774.025 1.158-.025a7.183 7.183 0 002.55-.862c.08-.045.14-.042.22-.003 1.3.645 2.677.94 4.316.923zm-6.43-2.388c.104-.225.2-.424.29-.626.204-.469.364-.952.479-1.451a1.1 1.1 0 00-.17-.899c-.48-.718-.818-1.498-.964-2.349-.446-2.583.331-4.736 2.344-6.417 1.038-.867 2.258-1.331 3.61-1.425 2.002-.138 3.73.504 5.152 1.912 1.18 1.169 1.83 2.604 1.905 4.266.117 2.595-.963 4.599-3.133 5.992-1.255.805-2.658 1.088-4.145.929a6.497 6.497 0 01-2.564-.837c-.371-.213-.718-.2-1.07.048a6.078 6.078 0 01-1.594.817c-.037.012-.075.022-.14.04zm6.091-10.412c-.029.052-.045.077-.059.104-.38.768-.76 1.535-1.137 2.305-.038.077-.08.126-.172.139-.577.079-1.152.163-1.728.245l-.916.132-.03.048c.04.026.089.045.123.079.598.583 1.194 1.167 1.79 1.752.056.055.112.101.093.202-.124.681-.241 1.364-.36 2.046l-.104.632c.059-.028.09-.041.121-.058.747-.392 1.494-.783 2.238-1.18.104-.056.181-.05.282.003.74.397 1.482.787 2.224 1.178.032.017.067.028.113.046-.003-.04-.003-.063-.006-.084-.143-.845-.282-1.69-.432-2.533-.022-.123.01-.197.094-.278.478-.458.953-.92 1.427-1.382.151-.147.295-.303.45-.462-.036-.008-.065-.016-.094-.02-.84-.122-1.678-.245-2.518-.362-.112-.015-.18-.053-.23-.161-.193-.415-.398-.823-.6-1.234-.185-.377-.37-.755-.569-1.157z", key: "k0" }))); }); exports.Oot.displayName = 'Oot'; exports.OotDimensions = { height: 32, width: 32 };