styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.31 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var CogOutline = 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", { d: "M13 5l.855 3.42 3.389-.971 1.501 2.6-2.535 2.449 2.535 2.451-1.5 2.6-3.39-.971L13 20h-3l-.855-3.422-3.39.971-1.501-2.6 2.535-2.451-2.534-2.449 1.5-2.6 3.39.971L10 5h3m0-2h-3c-.918 0-1.718.625-1.939 1.516l-.354 1.412-1.4-.4a2 2 0 00-2.283.922l-1.5 2.6a2 2 0 00.342 2.438l1.047 1.011-1.048 1.015a2 2 0 00-.343 2.438l1.502 2.6a1.997 1.997 0 002.283.924l1.399-.401.354 1.415A2 2 0 0010 22h3c.918 0 1.718-.625 1.939-1.516l.354-1.414 1.399.4a2 2 0 002.283-.923l1.5-2.6c.459-.796.317-1.8-.342-2.438l-1.047-1.013 1.047-1.013a2 2 0 00.342-2.438l-1.5-2.6a2 2 0 00-2.283-.924l-1.4.401-.354-1.413A1.997 1.997 0 0013 3zm-1.5 7.5a2 2 0 110 4 2 2 0 010-4m0-1c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z", key: "k0" })));
});
CogOutline.displayName = 'CogOutline';
export var CogOutlineDimensions = { height: 24, width: 24 };