@scaleflex/icons
Version:
SVG icons as React components
31 lines • 3.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
var _excluded = ["color", "size", "ref"];
import React from 'react';
export var Nsfw = function Nsfw(_ref) {
var _ref$color = _ref.color,
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
_ref$size = _ref.size,
size = _ref$size === void 0 ? 14 : _ref$size,
ref = _ref.ref,
rest = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
"data-icon-name": "Nsfw",
ref: ref,
width: size,
height: size,
viewBox: "0 0 50 50",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
d: "M40.986 9.01311L40.9928 9.0053C41.166 8.83358 41.3712 8.69764 41.5969 8.60525C41.8225 8.51286 42.0642 8.46581 42.308 8.46681C42.5519 8.46781 42.7931 8.51683 43.018 8.61106C43.2429 8.7053 43.4471 8.84291 43.6188 9.01604C43.7905 9.18917 43.9265 9.39443 44.0188 9.62009C44.1112 9.84576 44.1583 10.0874 44.1573 10.3313C44.1553 10.8237 43.9577 11.2952 43.6081 11.642L40.8083 14.4418C44.2037 16.7673 47.1263 19.7167 49.4206 23.1332C49.7952 23.6864 49.9955 24.3392 49.9955 25.0073C49.9955 25.6754 49.7952 26.3281 49.4206 26.8813C43.5641 35.5492 34.2799 40.6274 24.9957 40.5639C21.9884 40.5748 19.0012 40.0742 16.1618 39.0834L11.6295 43.6157C11.2803 43.9536 10.8125 44.141 10.3266 44.1377C9.84067 44.1344 9.37544 43.9406 9.03088 43.598C8.68631 43.2553 8.48992 42.7912 8.4839 42.3053C8.47788 41.8194 8.66271 41.3505 8.99868 40.9994L40.986 9.01311ZM24.9957 35.5239C26.7547 35.5232 28.4855 35.0817 30.0299 34.2398C31.5743 33.3978 32.8831 32.1822 33.8366 30.7041C34.7901 29.226 35.358 27.5325 35.4883 25.7783C35.6186 24.0242 35.3073 22.2653 34.5827 20.6625L31.6579 23.5873C31.8934 24.6975 31.8479 25.8489 31.5254 26.937C31.2029 28.0251 30.6137 29.0153 29.8112 29.8178C29.0087 30.6203 28.0185 31.2095 26.9304 31.532C25.8423 31.8545 24.6909 31.9001 23.5807 31.6645L20.6559 34.5893C22.0191 35.2074 23.499 35.5261 24.9957 35.5239Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M0.570431 23.1264C6.42688 14.4535 15.7111 9.37542 24.9952 9.4389C28.0025 9.42801 30.9898 9.92863 33.8292 10.9194L29.337 15.4116C27.3877 14.5294 25.2159 14.2623 23.1109 14.6458C21.006 15.0293 19.0679 16.0452 17.5549 17.5582C16.042 19.0711 15.0261 21.0092 14.6426 23.1141C14.2591 25.2191 14.5262 27.391 15.4083 29.3403L9.18371 35.5649C5.78773 33.2398 2.86474 30.2903 0.570431 26.8735C0.195984 26.3204 -0.00415039 25.6678 -0.00415039 24.9999C-0.00415039 24.332 0.195984 23.6795 0.570431 23.1264Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M24.9965 18.1935C25.472 18.1936 25.9463 18.2433 26.4115 18.342L18.3344 26.4181C18.1237 25.4259 18.1374 24.3991 18.3745 23.4127C18.6115 22.4264 19.0658 21.5055 19.7043 20.7173C20.3428 19.9291 21.1493 19.2934 22.0649 18.8568C22.9805 18.4201 23.9821 18.1935 24.9965 18.1935Z",
fill: color
}));
};
export default Nsfw;