@icongo/sti
Version:
Super Tiny Icons
43 lines • 1.39 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STINetflix = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Netflix",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#b20710",
d: "M161 89v335l12-1 21-2 32-2 1-71v-71l5 14 2 6 8-165-3-8-12-34v-1h-66zm118 0v148l-6-17-8 165 12 33 10 1a757 757 0 0 1 58 5V89h-66z"
}), /*#__PURE__*/_jsxs("linearGradient", {
id: "prefix__a",
x1: 209,
x2: 297,
y1: 271,
y2: 241,
gradientUnits: "userSpaceOnUse",
children: [/*#__PURE__*/_jsx("stop", {
offset: 0,
stopColor: "#b20710"
}), /*#__PURE__*/_jsx("stop", {
offset: 0.5
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#b20710"
})]
}), /*#__PURE__*/_jsx("path", {
fill: "url(#prefix__a)",
d: "M161 89s66 238 66 234v-46l5 14 45 127 10 1a754 754 0 0 1 58 5l-66-236v49l-6-17-34-96-12-34-1-1h-65z"
}), /*#__PURE__*/_jsx("path", {
fill: "#e50914",
d: "m161 89 66 188 5 14 45 127 10 1a757 757 0 0 1 58 5l-66-187-6-17-34-96-12-34v-1h-66z"
})]
}));
export { STINetflix };