UNPKG

@semcore/icon

Version:
34 lines 1.65 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function PictureAdd({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "PictureAdd", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 5a3 3 0 1 0 0 6 3 3 0 0 0 0-6ZM6 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 2a1 1 0 0 1 1 1v10h-3.129l-2.788-2.169-5.7 5.7a1.25 1.25 0 0 1-1.767 0L5.5 14.413l-2.5 2.5V18h11v2H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h18ZM3 14.086 4.086 13a2 2 0 0 1 2.828 0L8.5 14.586l5.169-5.169a2 2 0 0 1 2.642-.164L19 11.344V4H3v10.086Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M20 15a1 1 0 0 0-1 1v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2a1 1 0 0 0-1-1Z", shapeRendering: "geometricPrecision" })); } PictureAdd.displayName = 'PictureAdd'; export default createBaseComponent(PictureAdd);