styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
15 lines (14 loc) • 1.11 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var UserVoice = 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 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "none", d: "M0 0h24v24H0z", key: "k0" }),
React.createElement("path", { d: "M1 22a8 8 0 1116 0h-2a6 6 0 10-12 0H1zm8-9c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zM21.548.784A13.942 13.942 0 0123 7c0 2.233-.523 4.344-1.452 6.216l-1.645-1.196A11.955 11.955 0 0021 7a11.96 11.96 0 00-1.097-5.02L21.548.784zm-3.302 2.4A9.97 9.97 0 0119 7a9.97 9.97 0 01-.754 3.816l-1.677-1.22A7.99 7.99 0 0017 7a7.99 7.99 0 00-.43-2.596l1.676-1.22z", key: "k1" })));
});
UserVoice.displayName = 'UserVoice';
export var UserVoiceDimensions = { height: 24, width: 24 };