UNPKG

styled-icons

Version:

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

16 lines (15 loc) 3.48 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.Exp = 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", { fillRule: "evenodd", d: "M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm10-17.283v-3.984c-.043.016-.088.027-.127.049l-4.656 2.613c-.08.044-.087.083-.05.16.781 1.634.778 3.265-.015 4.893-.04.082-.033.123.05.17 1.552.863 3.103 1.73 4.654 2.595.03.016.062.029.106.049.005-.1.012-.18.012-.26l.004-2.507c.003-1.22.007-2.442.012-3.662 0-.039.006-.077.01-.116zM16.3 5h-.02c-.006.048-.017.095-.017.143 0 .7 0 1.4.003 2.099.003 1.013.009 2.027.01 3.04 0 .099.036.135.13.135a1.3 1.3 0 01.16.01c1.784.208 3.188 1.028 4.211 2.463.081.114.08.115.2.048l4.619-2.579c.03-.017.059-.037.101-.064-.047-.028-.08-.05-.113-.068l-9.049-5.085c-.08-.045-.157-.095-.235-.142zm-.62 22h.06c.004-.025.011-.05.011-.075l-.005-2.545c-.003-.897-.007-1.794-.006-2.691 0-.1-.038-.126-.134-.13a4.507 4.507 0 01-.507-.048c-1.639-.266-2.945-1.051-3.9-2.377-.058-.08-.1-.099-.193-.047-1.53.857-3.06 1.711-4.59 2.566-.03.017-.056.038-.096.065.059.035.1.06.143.084l9.116 5.125c.036.02.067.048.101.073zM6 20.45v.817c.045-.011.095-.013.134-.035a4127.01 4127.01 0 004.585-2.575c.13-.073.128-.072.063-.204-.796-1.643-.8-3.286 0-4.928.044-.092.032-.13-.057-.18-1.524-.847-3.045-1.697-4.567-2.547-.03-.017-.062-.03-.106-.051-.003.045-.007.073-.007.1l-.005.962c-.005 1.487-.01 2.973-.013 4.46l-.007 2.826c0 .421-.002.842-.004 1.263 0 .03-.01.062-.016.093zm13.473-.93c-.003-.042-.006-.083-.007-.124-.018-.51-.088-1.013-.266-1.496-.193-.524-.472-.993-.94-1.335-.111-.08-.116-.079-.184.039a6.93 6.93 0 01-.938 1.267c-1.43 1.514-3.332 1.78-5.06 1.185-.034-.011-.066-.026-.099-.04.359.027.711.048 1.063-.005.757-.114 1.37-.448 1.76-1.112.075-.126.075-.127-.063-.188-1.056-.467-1.779-1.232-2.163-2.296-.309-.853-.36-1.733-.266-2.626.009-.08.02-.161.031-.241.013-.08.028-.159.042-.238.024.029.03.057.038.084.1.346.186.696.303 1.035.134.387.338.74.63 1.039.146.15.315.268.517.337.155.053.16.052.24-.09a4.465 4.465 0 012.509-2.085c.87-.299 1.769-.359 2.682-.273.147.014.293.036.44.054l.02-.032-.168-.144c-1.493-1.274-3.199-1.683-5.122-1.17-2.56.684-4.276 3.275-3.708 5.954.608 2.862 3.577 4.664 6.504 3.944 2.638-.648 4.337-3.095 3.954-5.702a4.994 4.994 0 00-1.337-2.74.236.236 0 00-.16-.071 4.11 4.11 0 00-1.259.246c-.58.224-1.051.574-1.32 1.137-.119.25-.098.199.103.3.758.38 1.38.903 1.81 1.625.374.627.552 1.308.595 2.026a5.147 5.147 0 01-.181 1.735zm6.268 2.212c-.056-.033-.092-.056-.128-.076l-4.644-2.575c-.137-.076-.136-.076-.23.053-1.07 1.465-2.528 2.271-4.37 2.423-.082.007-.105.035-.105.113.002 1.73.001 3.459.002 5.189 0 .033.007.067.012.122l9.463-5.25zM15.739 5.036c-.068.036-.12.061-.17.089-3.037 1.685-6.075 3.37-9.111 5.056-.055.031-.104.072-.156.108.05.034.1.07.153.1l4.52 2.51c.127.07.125.069.21-.049 1.089-1.494 2.574-2.307 4.451-2.443.1-.007.11-.047.11-.127V5.16c0-.034-.004-.068-.007-.124z", key: "k0" }))); }); exports.Exp.displayName = 'Exp'; exports.ExpDimensions = { height: 32, width: 32 };