iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.07 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Nordicsemiconductor = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.338 12.448l12.08 6.991-2.894 1.73-1.92 1.093c-.298.199-.563.298-.894.165h-.033c-.033 0-.066 0-.1-.033l-11.42-6.587v6.72c-.245 0-.382-.039-.563-.133L.564 19.448a1.141 1.141 0 01-.563-.96V5.871l10.766 6.24.572.337zm5.755-10.774l-4.466 2.553 4.466 2.596V1.674zm6.046 2.546l-4.436-2.549a1.931 1.931 0 00-.86-.198v6.654L7.879 2.334l-1.126-.63c-.497-.264-.927-.297-1.423-.066l-1.954 1.16L.861 4.253a1.778 1.778 0 00-.729.827l.244.141 3.262 1.891 7.424 4.303-.659-.382.739.428.577.34 5.077 2.938 6.998 4.05.107.062c.066-.231.099-.653.099-.653V5.71c0-.629-.331-1.192-.86-1.49zM6.907 22.253l4.453-2.58-4.453-2.568v5.148z" }));
exports.default = Nordicsemiconductor;