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.42 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.Sls = 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 16zM7.894 18.31v2.907-2.908H7v4.44h.894v-1.532c.253.413.556.769.914 1.054.595.473 1.318.729 2.16.729 1.217 0 2.194-.504 2.863-1.368.544-.703.846-1.613.846-2.41 0-1.045-.417-1.86-1.204-2.509-.576-.475-1.187-.784-2.42-1.295l-.203-.084c-1.117-.463-1.622-.711-2.071-1.066-.544-.43-.81-.92-.81-1.58 0-.886.307-1.607.847-2.11a2.75 2.75 0 011.873-.719c1.046 0 1.786.446 2.278 1.263.417.692.63 1.627.63 2.55h.894v-3.616h1.1v12.747h2.645v-1.558c.249.4.545.747.895 1.026.595.473 1.318.729 2.16.729 1.217 0 2.194-.504 2.863-1.368.544-.703.846-1.613.846-2.41 0-1.045-.417-1.86-1.204-2.509-.576-.475-1.187-.784-2.42-1.295a682.17 682.17 0 00-.203-.084c-1.117-.463-1.622-.711-2.071-1.066-.544-.43-.81-.92-.81-1.58 0-.886.307-1.607.847-2.11a2.75 2.75 0 011.873-.719c1.046 0 1.786.446 2.278 1.263.417.692.63 1.627.63 2.55h.894v-4.42h-.895v1.216C23.27 9.533 22.292 9 21.012 9c-.93 0-1.83.34-2.495.96-.718.668-1.12 1.613-1.12 2.728 0 .93.395 1.658 1.137 2.244.537.424 1.09.696 2.285 1.191l.203.084c1.15.477 1.707.758 2.191 1.158.595.491.893 1.071.893 1.858 0 .614-.242 1.345-.67 1.896-.505.652-1.22 1.022-2.144 1.022-1.181 0-1.996-.65-2.529-1.784A5.974 5.974 0 0118.326 19a5.685 5.685 0 01-.076-.48 4.2 4.2 0 01-.014-.21h-.894v3.634h-.858V9.197h-2.888v1.27C12.946 9.533 11.97 9 10.69 9c-.93 0-1.83.34-2.495.96-.718.668-1.12 1.613-1.12 2.728 0 .93.395 1.658 1.137 2.244.537.424 1.09.696 2.285 1.191l.203.084c1.15.477 1.707.758 2.191 1.158.595.491.893 1.071.893 1.858 0 .614-.242 1.345-.67 1.896-.505.652-1.22 1.022-2.144 1.022-1.181 0-1.996-.648-2.532-1.785-.2-.424-.346-.89-.443-1.359a6.195 6.195 0 01-.08-.483c-.013-.1-.02-.185-.02-.205z", key: "k0" }))); }); exports.Sls.displayName = 'Sls'; exports.SlsDimensions = { height: 32, width: 32 };