styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
17 lines (16 loc) • 1.8 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.Dna = 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: "M15.794 11.09c.332-.263.648-.542.947-.84l.136-.142c.283-.293.552-.598.801-.919l.062-.075c.255-.335.486-.688.702-1.049l.128-.22c.205-.364.395-.737.559-1.123.02-.047.035-.095.055-.142.147-.361.274-.731.383-1.109.021-.07.044-.14.063-.211.107-.402.189-.813.251-1.229.013-.087.021-.175.032-.263.051-.432.087-.869.087-1.311V2h-2v.457c0 .184-.031.361-.042.543H6.022C6.012 2.819 6 2.64 6 2.457V2H4v.457c0 4.876 3.269 9.218 7.952 10.569l.028.009c3.544 1.013 6.02 4.294 6.02 7.979V23h2v-1.985c0-3.83-2.159-7.303-5.443-9.07a11.1 11.1 0 001.072-.729c.055-.042.11-.082.165-.126zm-1.19-1.604a8.945 8.945 0 01-2.325 1.348c-.092.036-.185.068-.278.102A8.95 8.95 0 018.836 9h6.292c-.171.161-.332.333-.517.48l-.007.006zM17.619 5c-.005.016-.007.033-.012.049l-.044.151a9.089 9.089 0 01-.513 1.252c-.096.19-.213.365-.321.548h-9.48a9.066 9.066 0 01-.871-2h11.241z", key: "k0" }),
React.createElement("path", { d: "M6.251 19l.799-2h7.607a7.416 7.416 0 00-2.063-2h-4c.445-.424.956-.774 1.491-1.09a9.922 9.922 0 01-2.08-1.014C5.55 14.812 4 17.779 4 21.015V23h2v-1.985L6.001 21h9.981a7.335 7.335 0 00-.335-2H6.251z", key: "k1" })));
});
exports.Dna.displayName = 'Dna';
exports.DnaDimensions = { height: 24, width: 24 };
;