styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 2.08 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Vrsc = 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", { d: "M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm11.898-17.473a12.003 12.003 0 00-2.78-6.312 11.86 11.86 0 00-3.864-2.99 11.964 11.964 0 00-6.41-1.157 11.984 11.984 0 00-9.624 6.688 12.013 12.013 0 00-1.064 7.103 11.956 11.956 0 002.97 6.2c2.245 2.502 5.591 3.965 8.952 3.926a11.987 11.987 0 0011.82-13.458zm-3.654-2.59a1.513 1.513 0 00-.142.243l-5.278 11.118c-.253.531-.507 1.068-.795 1.58-1.307-.01-2.614-.005-3.922-.005-2.083-4.288-4.156-8.58-6.244-12.863-.043-.083-.087-.171-.131-.254.034-.024.112-.068.146-.088.815-1.014 1.64-2.024 2.459-3.039.102-.131.22-.258.336-.375.054.087.107.175.151.273a438.4 438.4 0 001.38 3.136c.47 0 .937.01 1.41-.02.171.162.264.377.332.596.088-.224.122-.463.132-.707.151-1.4.176-2.815.327-4.215.024-.302.478-.302.517-.01.146 1.327.18 2.669.288 4 .02.4.034.8.122 1.19.2-.263.136-.726.502-.834.303-.102.644.069.932-.112.395-.239.541-.707.79-1.073.142-.239.468-.41.732-.273.263.102.375.385.512.61.156.258.298.546.551.717.225.097.478.112.722.107.493-1.112 1-2.22 1.503-3.327.878 1.103 1.707 2.24 2.585 3.342.132.058.156.156.083.283zm-6.17-1.396c-.396.43-.537 1.122-1.128 1.342-.302.146-.668.024-.97.137-.264.517-.23 1.126-.43 1.663-.136.254-.546.127-.546-.151-.17-1.459-.185-2.932-.341-4.39-.166 1.312-.21 2.638-.415 3.94 0 .338-.532.391-.58.055-.103-.38-.127-.78-.318-1.137a33.505 33.505 0 00-.99 0c1.244 2.82 2.478 5.639 3.722 8.459 1.259-2.82 2.561-5.62 3.81-8.444l.005-.01c-.327-.04-.683-.073-.956-.278-.38-.317-.527-.825-.864-1.186z", key: "k0" })));
});
Vrsc.displayName = 'Vrsc';
export var VrscDimensions = { height: 32, width: 32 };