styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1.79 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.Support = 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 24 24" }, props, { ref: ref }),
React.createElement("path", { d: "M12 3.5c-4.688 0-8.5 3.812-8.5 8.5s3.812 8.5 8.5 8.5 8.5-3.812 8.5-8.5-3.812-8.5-8.5-8.5zm6.5 8.5a6.485 6.485 0 01-.718 2.956l-1.931-1.931c.088-.332.147-.674.147-1.025 0-.355-.062-.693-.147-1.021l1.932-1.932c.455.889.717 1.891.717 2.953zm-13 0c0-1.064.264-2.066.718-2.956l1.933 1.933a4.03 4.03 0 00-.147 1.022c0 .353.062.69.147 1.021l-1.934 1.934A6.47 6.47 0 015.5 12zm3.068-2.02L6.793 8.205l1.414-1.414 1.775 1.775A4.015 4.015 0 008.568 9.98zm-1.777 5.813l1.773-1.773c.17.289.362.564.605.809s.52.438.807.607l-1.771 1.771-1.414-1.414zm3.795-2.379A2 2 0 0112 10a2 2 0 011.416 3.413c-.755.757-2.073.757-2.83.001zm6.623-5.207l-1.775 1.775a4.007 4.007 0 00-1.412-1.416l1.773-1.773 1.414 1.414zm-2.378 6.619c.241-.242.435-.518.604-.803l1.771 1.771-1.414 1.414-1.772-1.772c.291-.17.567-.366.811-.61zm.125-8.608L13.023 8.15C12.695 8.062 12.355 8 12 8s-.693.062-1.021.148L9.047 6.216A6.462 6.462 0 0112 5.499a6.499 6.499 0 012.956.719zM9.044 17.782l1.933-1.933c.332.088.672.149 1.023.149s.691-.062 1.021-.147l1.932 1.932A6.462 6.462 0 0112 18.5a6.485 6.485 0 01-2.956-.718z", key: "k0" })));
});
exports.Support.displayName = 'Support';
exports.SupportDimensions = { height: 24, width: 24 };
;