UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

24 lines (23 loc) 1.36 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.ThSmall = 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("circle", { cx: 5, cy: 19, r: 2.5, key: "k0" }), React.createElement("circle", { cx: 5, cy: 12, r: 2.5, key: "k1" }), React.createElement("circle", { cx: 5, cy: 5, r: 2.5, key: "k2" }), React.createElement("circle", { cx: 12, cy: 19, r: 2.5, key: "k3" }), React.createElement("circle", { cx: 12, cy: 12, r: 2.5, key: "k4" }), React.createElement("circle", { cx: 12, cy: 5, r: 2.5, key: "k5" }), React.createElement("circle", { cx: 19, cy: 19, r: 2.5, key: "k6" }), React.createElement("circle", { cx: 19, cy: 12, r: 2.5, key: "k7" }), React.createElement("circle", { cx: 19, cy: 5, r: 2.5, key: "k8" }))); }); exports.ThSmall.displayName = 'ThSmall'; exports.ThSmallDimensions = { height: 24, width: 24 };