styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.32 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Slr = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __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 16zm-4.079-10l-1.513 1.576C11.456 24.909 13.2 26 14.831 26c3.99 0 5.935-2.652 5.935-5.635 0-2.838-1.456-4.415-4.318-5.677-2.334-1.032-3.363-1.92-3.363-3.728 0-1.319.88-2.896 3.188-2.896 1.532 0 2.195.865 2.747 1.209l1.397-1.455C19.835 7.091 18.08 6 16.348 6c-3.288 0-5.472 2.236-5.472 5.247 0 2.724 1.707 4.359 4.468 5.477 2.284 1.004 3.188 2.036 3.188 3.842 0 1.95-1.305 3.298-3.54 3.298-1.506 0-2.954-1.5-3.07-1.864zm1.862-10.303s5.819-.849 5.703 4.121c0 0 .698.243 1.396 1.576 0 0 1.63-8.606-7.215-7.151 0 0-.233.727.116 1.454zm3.957 7.879s-6.399 1.333-6.21-4.433c0 0-.663-.331-1.197-1.744.002 0-2.718 9.207 7.353 7.909 0 0 .405-.883.054-1.732z", key: "k0" })));
});
Slr.displayName = 'Slr';
export var SlrDimensions = { height: 32, width: 32 };