@tenancy.nz/icons 1.8.3 → 1.8.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,7 @@ var _rollupPluginBabelHelpers = require('../_virtual/_rollupPluginBabelHelpers.c
6
6
  var React = require('react');
7
7
  var SVGIcon = require('./SVGIcon.cjs');
8
8
 
9
- var paths = ["M12.01,11.1h-.01c-3.43,0-6.21,2.78-6.21,6.21,0,2.1,1.7,3.8,3.8,3.8h4.84c2.1,0,3.8-1.7,3.8-3.8,0-3.43-2.78-6.21-6.21-6.21Z"];
9
+ var paths = ["M12,3.09a3.79,3.79,0,1,0,3.79,3.79A3.79,3.79,0,0,0,12,3.09Z", "M12.01,11.1h-.01c-3.43,0-6.21,2.78-6.21,6.21,0,2.1,1.7,3.8,3.8,3.8h4.84c2.1,0,3.8-1.7,3.8-3.8,0-3.43-2.78-6.21-6.21-6.21Z"];
10
10
  function Profile(props) {
11
11
  return /* @__PURE__ */React.createElement(SVGIcon.default, _rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2({}, props), {}, {
12
12
  paths: paths
@@ -17,7 +17,7 @@ function SVGIcon(_ref) {
17
17
  _ref$color = _ref.color,
18
18
  color = _ref$color === void 0 ? "currentColor" : _ref$color,
19
19
  _ref$size = _ref.size,
20
- size = _ref$size === void 0 ? "inherit" : _ref$size,
20
+ size = _ref$size === void 0 ? 24 : _ref$size,
21
21
  _ref$viewBox = _ref.viewBox,
22
22
  viewBox = _ref$viewBox === void 0 ? "0 0 24 24" : _ref$viewBox;
23
23
  return /* @__PURE__ */React.createElement("svg", {
@@ -2,7 +2,7 @@ import { objectSpread2 as _objectSpread2 } from '../_virtual/_rollupPluginBabelH
2
2
  import React from 'react';
3
3
  import SVGIcon from './SVGIcon.js';
4
4
 
5
- var paths = ["M12.01,11.1h-.01c-3.43,0-6.21,2.78-6.21,6.21,0,2.1,1.7,3.8,3.8,3.8h4.84c2.1,0,3.8-1.7,3.8-3.8,0-3.43-2.78-6.21-6.21-6.21Z"];
5
+ var paths = ["M12,3.09a3.79,3.79,0,1,0,3.79,3.79A3.79,3.79,0,0,0,12,3.09Z", "M12.01,11.1h-.01c-3.43,0-6.21,2.78-6.21,6.21,0,2.1,1.7,3.8,3.8,3.8h4.84c2.1,0,3.8-1.7,3.8-3.8,0-3.43-2.78-6.21-6.21-6.21Z"];
6
6
  function Profile(props) {
7
7
  return /* @__PURE__ */React.createElement(SVGIcon, _objectSpread2(_objectSpread2({}, props), {}, {
8
8
  paths: paths
@@ -13,7 +13,7 @@ function SVGIcon(_ref) {
13
13
  _ref$color = _ref.color,
14
14
  color = _ref$color === void 0 ? "currentColor" : _ref$color,
15
15
  _ref$size = _ref.size,
16
- size = _ref$size === void 0 ? "inherit" : _ref$size,
16
+ size = _ref$size === void 0 ? 24 : _ref$size,
17
17
  _ref$viewBox = _ref.viewBox,
18
18
  viewBox = _ref$viewBox === void 0 ? "0 0 24 24" : _ref$viewBox;
19
19
  return /* @__PURE__ */React.createElement("svg", {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tenancy.nz/icons",
3
3
  "description": "Icon library for TPS UI.",
4
- "version": "1.8.3",
4
+ "version": "1.8.5",
5
5
  "author": "TPS <https://www.tenancy.co.nz>",
6
6
  "type": "module",
7
7
  "sideEffects": false,