Skip to content

Commit

Permalink
Merge pull request #9 from MKAbuMattar/dev
Browse files Browse the repository at this point in the history
fix: linear gradient id
  • Loading branch information
MKAbuMattar authored Apr 29, 2023
2 parents 693f728 + 3ba8e09 commit 3901200
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-react-icons",
"version": "1.1.0",
"version": "1.2.0",
"description": "AWS React Icons, a React library for AWS icons based on the official AWS icon set (SVG) and built with TypeScript.",
"keywords": [
"aws",
Expand Down
8 changes: 4 additions & 4 deletions svgo.config.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
module.exports = {
multipass: true,
plugins: [
{
name: "preset-default",
name: 'preset-default',
params: {
overrides: {
// viewBox is required to resize SVGs with CSS.
// @see https://github.com/svg/svgo/issues/1128
removeViewBox: false,
},
},
},
'convertStyleToAttrs',
'prefixIds',
'removeDimensions',
],
};

0 comments on commit 3901200

Please sign in to comment.