styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.73 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Bix = 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.941-7.423l6.238-3.543c.191.209.468.34.776.34.577 0 1.045-.46 1.045-1.028 0-.487-.344-.895-.805-1.001l.018-7.021c.452-.113.787-.517.787-.997 0-.568-.468-1.028-1.045-1.028a1.05 1.05 0 00-.854.435l-6.108-3.469A1.037 1.037 0 0015.976 6a1.037 1.037 0 00-1.015 1.272L8.889 10.72a1.049 1.049 0 00-.844-.422A1.04 1.04 0 007 11.327c0 .48.333.882.784.996v7.027a1.032 1.032 0 00-.784.996c0 .568.468 1.028 1.045 1.028.295 0 .561-.12.751-.314l6.211 3.527a1.01 1.01 0 00-.076.385c0 .568.468 1.028 1.045 1.028s1.045-.46 1.045-1.028c0-.14-.028-.273-.08-.395zm-.279-.38a1.05 1.05 0 00-.686-.253c-.266 0-.51.098-.694.26L9.04 20.659a1.012 1.012 0 00.004-.616l5.977-4.027a1.246 1.246 0 001.883.088l6.066 3.9a1.012 1.012 0 00-.02.621zm.119-16.513l6.141 3.488a1.033 1.033 0 00.816 1.16l-.018 7.012c-.19.043-.36.137-.494.266l-6.071-3.903c.052-.134.08-.28.08-.431a1.22 1.22 0 00-1.017-1.196l.016-6.055c.217-.055.408-.176.547-.34zm-1.605.005c.147.172.35.297.583.345l-.016 6.053a1.22 1.22 0 00-.935 1.507l-6.005 4.044a1.048 1.048 0 00-.544-.299v-7.005a1.033 1.033 0 00.816-1.18z", key: "k0" })));
});
Bix.displayName = 'Bix';
export var BixDimensions = { height: 32, width: 32 };