styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1.91 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.Mds = 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 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-1.78-16.411a1.507 1.507 0 100-3.014 1.507 1.507 0 000 3.014zm3.698 0a1.507 1.507 0 100-3.014 1.507 1.507 0 000 3.014zm-3.699 3.699a1.507 1.507 0 100-3.014 1.507 1.507 0 000 3.014zm3.699 0a1.507 1.507 0 100-3.014 1.507 1.507 0 000 3.014zm3.698-4.11a1.096 1.096 0 100-2.192 1.096 1.096 0 000 2.192zm0 3.699a1.096 1.096 0 100-2.192 1.096 1.096 0 000 2.192zm-11.232-3.699a1.096 1.096 0 100-2.192 1.096 1.096 0 000 2.192zm0 3.699a1.096 1.096 0 100-2.192 1.096 1.096 0 000 2.192zm3.835 3.698a1.096 1.096 0 100-2.191 1.096 1.096 0 000 2.191zm3.699 0a1.096 1.096 0 100-2.191 1.096 1.096 0 000 2.191zM14.219 11.48a1.096 1.096 0 100-2.191 1.096 1.096 0 000 2.191zm3.699 0a1.096 1.096 0 100-2.191 1.096 1.096 0 000 2.191zm-3.699-4.11a.685.685 0 100-1.369.685.685 0 000 1.37zm3.699 0a.685.685 0 100-1.369.685.685 0 000 1.37zm7.397 7.398a.685.685 0 100-1.37.685.685 0 000 1.37zm0 3.699a.685.685 0 100-1.37.685.685 0 000 1.37zm-18.63-3.699a.685.685 0 100-1.37.685.685 0 000 1.37zm0 3.699a.685.685 0 100-1.37.685.685 0 000 1.37zM14.219 26a.685.685 0 100-1.37.685.685 0 000 1.37zm3.699 0a.685.685 0 100-1.37.685.685 0 000 1.37z", key: "k0" })));
});
exports.Mds.displayName = 'Mds';
exports.MdsDimensions = { height: 32, width: 32 };